/**
* Theme Name: Texas Business Hall of Fame - Understrap Child Theme
* Theme URI: n/a
* Description: Bootstrap Theme for Texas Business Hall of Fame
* Author: Texas Business Hall of Fame
* Template: understrap-master
* Version: 1.0.1
* Text Domain: texasbusiness.org
*/
@font-face {
  src: url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Bold.eot');
  font-family: 'BodoniSvtyTwoITCTT-Bold';
  src: url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Bold.woff2') format('woff2'), url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Bold.woff') format('woff'), url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Bold.eot?#iefix') format('embedded-opentype'), url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Bold.ttf') format('truetype');
}
@font-face {
  src: url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Book.eot');
  font-family: 'BodoniSvtyTwoITCTT-Book';
  src: url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Book.woff2') format('woff2'), url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Book.woff') format('woff'), url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Book.eot?#iefix') format('embedded-opentype'), url('webFonts/BodoniSvtyTwoITCTT/BodoniSvtyTwoITCTT-Book.ttf') format('truetype');
}

/*#wpadminbar { display: none; }*/

/* Fonts 
font-family: BodoniBkBTWXX-Book;
font-family: BodoniBkBTWXX-BookItalic;
font-family: BodoniBdBTWXX-Bold;
font-family: BodoniBdBTWXX-BoldItalic;
*/

/* Colors
#3045a3 - Dark Blue
#2785e5 - Blue
#c02036 - Red
*/

/* Body */
body {
	font-family: 'Nunito Sans', sans-serif;
}
*:focus {
	outline: none;
}
/* Images */
img {
	/*-ms-interpolation-mode: nearest-neighbor !important;*/
	/*image-rendering: pixelated !important;*/
	/*image-rendering: -moz-crisp-edges !important;*/
	image-rendering: -webkit-optimize-contrast !important;
}
.no-render img {
	image-rendering: inherit !important;
}
@media (max-width: 540px) {
	img {
		margin-bottom: 1rem;
	}
}
/* Paragraph */
p {
	line-height: 1.8;
}
p:last-child {
	margin-bottom: 0;
}
/* Links */
a {
	color: #2785e5;
}
a:hover {
	color: #3045a3;
}
/* Headers */
h1, h3, h4,
.h1, .h3, .h4 { 
	font-family: BodoniSvtyTwoITCTT-Bold;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #3045a3;
}
.h2, h2,
.h5, h5 {
	font-size: .9rem;
	font-family: 'Nunito Sans' !important;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #676767;
}
.h1, h1 {
	margin-bottom: 0;
}
.h2, h2 {
	font-weight: 800;
}
.h3, h3 {
	font-size: 1.9rem !important;
	margin-bottom: 1rem;
}
.h4, h4 {
	font-size: 1.35rem !important;
}
.h5, h5 {
	font-weight: 600;
}
/* Lists */
dl, ol, ul {
	padding-left: 1.2rem;
}
/* Seperators */
hr {
	margin: 2.5rem 0;
	border: 0;
	border-top: 1px solid lightgrey;
}
/* Buttons */
.wp-block-button__link {
	background-color: #3045a3;
	border-radius: 0; 
	font-size: .9rem;
	text-align: center;
	text-transform: uppercase;
}
/* Search */
#searchform {
	position: absolute;
	top: 0px;
	left: 950px;
}
#searchform .btn-primary {
    border-color: #3045a3;
    background: #3045a3;
}
/* Nav */
.bg-primary {
	background: transparent !important;
}
/* Custom Colors */
.has-tbhf-blue-color {
	color: #3045a3 !important;
}
.has-tbhf-blue-background-color {
	background-color: #3045a3 !important;
}
.has-tbhf-red-color {
	color: #c13836 !important;
}
.has-tbhf-red-background-color {
	background-color: #c13836 !important;
}
.has-tbhf-dark-grey-color {
	color: #676767 !important;
}
.has-tbhf-dark-grey-background-color {
	background-color: #676767 !important;
}
.has-tbhf-light-grey-color {
	color: #eeeeee !important;
}
.has-tbhf-light-grey-background-color {
	background-color: #eeeeee !important;
}
.has-tbhf-black-color {
	color: #212529 !important;
}
.has-tbhf-black-background-color {
	background-color: #212529 !important;
}
#logo {
	margin-top: -20px;
	margin-left: auto;
	margin-right: auto;
	bottom: 0;
}
#logo img {
	margin-top: -50px
}
#login {
	background-color: white;
	color: white;
	text-transform: uppercase;
	letter-spacing: .1rem;
	font-weight: bold;
	text-align: center;
	width: 204px;
    position: relative;
    left: 915px;
    top: 20px;
}
.login {
	color: white;
}
#login p {
	display: inline-block;
    margin-bottom: 0;
}
#login p:first-child {
	background: #1b2759;
	padding: 0.5rem 1rem;
}

#login p:nth-child(2) {
	background: #c13836;
	padding: 0.5rem 1rem;
}
#login p:first-child a, #login p:nth-child(2) a {
	color: white;
}
#login p:first-child a:hover, #login p:nth-child(2) a:hover {
	text-decoration: underline;
}
#social {
	width: 130px;
	font-size: 1.5rem;
	position: relative;
	top: -26px;
}
i.fab {
	padding-right: .3rem;
}
@media (max-width: 1199px) {
	#login {
		left: 725px;
	}
}
@media (max-width: 991px) {
	#login {
		left: 500px;
	}
}
@media (max-width: 768px) {
	#login {
		left: 435px;
	}
}
@media (max-width: 540px) {
	#login, #social {
		display: none;
	}
	#logo img {
		margin-top: 2rem;
	}
}
#navbarNavDropdown {
	background: #f2f2f2;
	padding-left: 1rem;
}
.dropdown-item:hover {
	color: white;
	background-color: #2785e5;
}
/* Footer */
#wrapper-footer {
	display: none;
}
#wrapper-footer-full {
	background-color: black;
	color: white;
	padding: 2rem 0;
}
#wrapper-footer-full a {
	color: white;
}
#wrapper-footer-full a:hover {
	color: #2785e5;
}
.textwidget.custom-html-widget .col-md-6:last-child {
	text-align: right;
	font-size: 2rem;
}
.textwidget.custom-html-widget .fab {
	padding: 0 .5rem;
}
/* Every Page */
.wrapper {
	padding: 20px 0;
}
.entry-header {
	margin-bottom: 2rem;
}
h1.entry-title {
	text-align: center;
}
.entry-content {
	border-bottom: 2px solid black;
	padding-top: 2.5rem;
	padding-bottom: .5rem;
	/*border-top: 2px solid lightgrey;*/
	border-top: 1px solid #3045a3;
}
.wp-block-image {
	margin-bottom: 0;
}
@media (max-width: 768px) {
	.mobile-bottom-border {
		border-bottom: 1px solid lightgray;
		padding-bottom: 1.5rem;
		margin-bottom: 2rem;
	}
}
/* Block Styles */
.outline {
	border: 2px solid #eee;
	padding: 1.75rem;
}
.no-outline {
	border: none !important;
}
.wp-block-embed {
	margin-bottom: 0;
}
.wp-block-video {;
	border: 1px solid lightgrey;
}
.grey {
	color: #676767;
}
.grey-bg {
	background: #f2f2f2;
	padding: 2rem;
}
.click {
	cursor: pointer;
}
.click:hover {
	color: #2785e5;
}
.click.active {
	color: black;
}
/* Home Page */
.home h1.entry-title {
	display: none;
}
.home #main-nav {
	padding-bottom: 0;
}
.home .wrapper {
	padding: 0;
}
.home .entry-content {
	border-bottom: none;
	padding-bottom: 0;
	border-top: none;
	padding-top: 0;
}
.home hr {
	border-top: 1px solid #c02036;
	margin: 2rem 0;
	border: 0;
	border-top: 1px solid lightgrey;
}

/* Committees and Members */
@media (max-width: 991px) {
	.post-7321 .entry-content {
		border-bottom: none;
	}
}
.membs .wp-block-group {
	width: 50%;
	float: left;
	padding: 1rem;
	height: 190px;
}
@media (max-width: 991px) {
	.membs .wp-block-group {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.post-7321 .wp-block-spacer {
		display: none;
	}
	.post-7321 hr {
    	margin: 1rem 0;
	}
}
.membs .wp-block-group {
	display: none;
}
.membs {
	text-align: left;
	line-height: 1.1;
}
.membs figure {
	float: left;
	padding-right: 1rem;
}
.membs figure img {
	height: 140px;
	width: 100px;
	object-fit: cover;
}
.membs h2 {
	font-size: .75rem;
	margin-top: .5rem;
	margin-bottom: 0;
	color: black;
}
.membs h5 {
	font-size: .75rem;
	margin-bottom: .5rem;
	color: black;
}@media (max-width: 768px) {
	h2.click,
	.membs h3 {
		text-align: center;
	}
}
.membs p {
	font-size: .8rem;
	line-height: 1.2;
}
/* Legends Blocks */
.legends {
	text-align: center;
	line-height: 1.1;
}
.legends h2 {
	margin-top: .5rem;
	margin-bottom: 0;
	color: black;
}
.legends h5 {
	color: black;
	font-size: .8rem;
	margin-top: .3rem;
	margin-bottom: 0;
}
@media (max-width: 540px) { 
	.legends img {
    	margin-bottom: 0;
	}
}
/* Corporate Sponsorship Opportunities Block */
.opps .wp-block-button__link {

}
/* FAQs */
.post-7292 p {
	margin-bottom: .8rem;
}
.post-7292 hr {
	margin: 1.5rem 0;
}
/* Induction Dinner Archive */
.post-7294 figure {
	text-align: center !important;
}
.post-7294 hr {
	margin: 1rem 0;
}
.post-7294 h2 {
	margin: 1rem 0;
}
.post-7294 h3 {
	margin-bottom: 0;
}
.post-7294 h5 {
	margin-bottom: 1rem;
}
@media (max-width: 768px){
	.post-7294 {
		text-align: center;
	}
} 
/* Legends page */
.post-7319 ul {
	list-style: none;
	padding-left: 0;
}
.post-7319 .wp-block-group {
	width: 33.333%;
	float: left;
	padding: 1rem;
}
.post-7319 .wp-block-group {
	width: 31%;
	float: left;
	padding: 1rem;
	height: 360px;
	border: 1px solid #000;
	margin: .5rem;
}
@media (max-width: 1199px) {
	.post-7319 .wp-block-group {
		width: 47%;
	}
}
@media (max-width: 991px) {
	.post-7319 .wp-block-group {
		width: 45%;
	}
}
@media (max-width: 768px) {
	.post-7319 .wp-block-group {
		width: 100%;
		height: auto;
	}
	.post-7319 {
		text-align: center;
	}
	.post-7319 .entry-content {
		border-bottom: none;
	}
}
.post-7319 .wp-block-group.legends {
	width: 100%;
	float: none;
	padding: 0;
	margin: 0;
	height: auto;
	border: none;
}
/* Staff Blocks */
.staff {
	text-align: center;
	line-height: 1.1;
}
.staff.wp-block-columns {
	margin-bottom: 0;
}
.staff h2 {
	margin-top: .5rem;
	margin-bottom: 0;
	color: black;
}
.staff h5 {
	color: black;
	font-size: .8rem;
	margin-top: .3rem;
	margin-bottom: 0;
}
.staff figure img {
	height: 290px;
	width: 220px;
	object-fit: cover;
}
/* Award Donor Page */ 
.post-7309 .entry-content {
	float: left;
}
.post-7309 .wp-block-group h2 {
	margin-bottom: 0;
	color: black;
}
.post-7309 .wp-block-group {
	float: left;
	width: 46%;
	border: 1px solid black;
	margin: 1rem;
	height: 80px;
	text-align: center;
	padding: .75rem
}
@media (max-width: 991px) {
	.post-7309 .wp-block-group {
		width: 100%;
		height: auto;
	}
}
/* SAA Leadership Blocks */
.saa {
	text-align: center;
	line-height: 1.1;
}
.saa h2 {
	margin-top: .5rem;
	margin-bottom: 0;
	color: black;
}
.saa h5 {
	color: black;
	font-size: .8rem;
	margin-top: .3rem;
	margin-bottom: 0;
}
.saa figure img {
	height: 290px;
	width: 220px;
	object-fit: cover;
}
/* Forms */
.frm_style_formidable-style.with_frm_style .frm_primary_label {
	font-family: 'Nunito Sans', sans-serif;
}
/* Scholar Award Winners */
.post-7303 .wp-block-columns.md, .post-7303 .wp-block-columns p {
	font-weight: bold;
}
@media (max-width: 576px) {
	.post-7303 .wp-block-columns {
		text-align: center;
	}
/* 	.post-7303 .wp-block-column:last-child {
		padding-bottom: 1rem;
		border-bottom: 1px solid darkgrey;
	} */
}
@media (min-width: 768px) {
/* 	.post-7303 .wp-block-columns.md, .post-7303 .wp-block-columns {
		border-top: 1px solid darkgrey;
		padding-top: 1rem;
		padding-bottom: 0;
		margin-bottom: 1rem;
	} */
}
.post-7303 .c-accordion__title {
	padding-bottom: 1rem;
}
.post-7303 .wp-block-pb-accordion-item.c-accordion__item {
	text-align: center;
}
.post-7303 .c-accordion__title:after {
	position: inherit;
	padding-left: 10px;
}
/* Schools Blocks */
.post-7307 {
	text-align: center;
	line-height: 1.1;
}
.post-7307 h2 {
	margin-top: .5rem;
	margin-bottom: 0;
	color: black;
}
.post-7307 h5 {
	color: black;
	font-size: .8rem;
	margin-top: .3rem;
	margin-bottom: 0;
}
.post-7307 figure img {
	height: auto;
	width: 200px;
	object-fit: cover;
}
.post-7307 .wp-block-column {
	border: 1px solid darkgrey;
	padding: 1rem;
	background: white;
}
.post-7307 .wp-block-columns.md, .post-7307 .wp-block-columns p {
	font-weight: normal;
	line-height: 1.2;
	margin-top: .75rem;
}
@media( max-width: 576px ) {
	.post-7307 .wp-block-columns {
		margin-bottom: 0;
	}
	.post-7307 .wp-block-column {
		border-top: none;
		border-left: none;
		border-right: none;
	}
}

/* Sinlge Event */
.tribe-events-event-image {
	max-width: 412px;
}
#tribe-events-content h2, #tribe-events-content h5 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	color: black;
}
.tribe-events-schedule {
	border-bottom: 1px solid #3045a3;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}
.tribe-events-schedule h2 {
	font-size: .9rem;
	font-weight: 800;
	color: #000;
}
.single-tribe_events .tribe-events-single-event-title {
	font-size: 1.9rem;
}
.tribe-events-cost {
	font-size: .9rem !important;
	text-transform: uppercase;
	display: block;
	font-weight: 800;
}
.single-tribe_events .tribe-events-cal-links {
	margin-bottom: 2.5rem !important;
	margin-top: .75rem !important;
}
.tribe-venue-url a, .tribe-events-event-url a {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
}
.tribe-events-pg-template {
	max-width: 1100px !important;
}
.tribe-events-pg-template .tribe-events-before-html {
	display: none;
}
/* Events Page */
.tribe-common .tribe-common-l-container {
	max-width: 1200px;
}
.post-0 .entry-content {
	border-top: none;
	padding-top: 0;
}
.post-0 .entry-header {
	display: none;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-top: 0 !important;
	padding-bottom: 2rem !important;
}
.tribe-events-header {
	display: none !important;
}
.tribe-common * {
	font-family: 'Nunito Sans', sans-serif;
}
.tribe-common h1 {
	font-family: BodoniSvtyTwoITCTT-Bold;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: .5px;
	color: #3045a3;
	text-align: center;
	padding-bottom: 2rem;
	margin-top: 1.25rem;
	border-bottom: 1px solid #3045a3;
	margin-bottom: 2.25rem;
}
.tribe-common {
	-webkit-font-smoothing: unset;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
}
.tribe-common h3 {
	font-weight: 800 !important;
	font-size: .9rem !important;
}
.tribe-common h3 a {
	color: #2785e5 !important;
}
.tribe-common .tribe-common-h7 {
	font-family: BodoniSvtyTwoITCTT-Bold !important;
	font-weight: normal !important;
	text-transform: uppercase;
	letter-spacing: .75px;	
}
.tribe-common .tribe-common-h5, .tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
	font-family: 'Nunito Sans', sans-serif !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
	background-color: #3045a3 !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
	color: #3045a3 !important;
}
.single-tribe_events .tribe-events-event-image {
	float: right;
	padding-left: 5rem;
}
@media (max-width: 991px) {
	.single-tribe_events .tribe-events-event-image {
		float: none;
		padding-left: 0;
	}
}
#tribe-events .tribe-events-before-html {
	display: none !important;
}
.tribe-events-event-meta .tribe-events-meta-group {
	width: 50% !important;
	margin-top: 2rem;
}
.tribe-events-event-meta .tribe-events-meta-group h2 {
	margin-bottom: 1rem !important;
	font-size: .9rem;
}
.single-tribe_events .tribe-events-event-meta {
	background: #eee !important;
}
.tribe-common .tribe-common-anchor-thin:active, .tribe-common .tribe-common-anchor-thin:focus, .tribe-common .tribe-common-anchor-thin:hover {
	color: #3045a3 !important;
	border-bottom: none;
	text-decoration: none;
}
.tribe-common .tribe-common-anchor-thin {
	border-bottom: none;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3 {
	font-size: 14px;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a {
	background-color: #2785e5;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-b3--min-medium {
	display: none;
}
@media (max-width: 768px) and (min-width: 576px) {
	img.tribe-events-calendar-list__event-featured-image {
		max-width: 50%;
	}
}
nav.tribe-events-calendar-list-nav.tribe-events-c-nav {
	display: none;
}
.tribe-common .wp-block-button a {
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	font-weight: 600 !important;
	padding: .5rem 1rem !important;
	color: white !important;
	background: #2785e5 !important;
}
.tribe-common .wp-block-button a:hover {
	background: #3045a3 !important;
}
.tribe-events .tribe-events-c-ical {
    display: none;
}
@media (max-width: 568px) {
	.tribe-events .tribe-events-calendar-list__event-date-tag {
    	display: none;
	}
	.tribe-events .tribe-events-calendar-list__event-wrapper {
		border-top: 1px solid darkgrey;
		padding-top: 2rem;
	}
	.tribe-events .tribe-events-calendar-list__month-separator:after {
		display: none;
	}
	.tribe-common .tribe-common-h7 {
		font-size: 1.1rem;
	}
}
.tribe-events-single>.tribe_events {
    display: inherit;
}
.single-tribe_events h1, .single-tribe_events h2, .single-tribe_events h3, .single-tribe_events h4, .single-tribe_events h5 {
    font-family: 'BodoniSvtyTwoITCTT-Bold';
}
.tribe-events-content {
	font-family: 'Nunito Sans';
}
.single-tribe_events h1, .single-tribe_events h3, .single-tribe_events h4, .single-tribe_events h5 {
    font-family: 'BodoniSvtyTwoITCTT-Bold';
}
.single-tribe_events h2 {
    font-weight: 700;
}
a.tribe-events-gcal.tribe-events-button, a.tribe-events-ical.tribe-events-button {
    color: black;
    background: transparent;
	font-family: 'Nunito Sans';
}
.tribe-events-event-meta {
    color: #141827;
    font-family: 'Nunito Sans';
}
.tribe-events-single .tribe-events-sub-nav {
	font-family: 'Nunito Sans';
}
/* Past Events */
.post-9467 ul {
	padding-left: 0;
}
.post-9467 li.ecs-event {
	margin-top: 2rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid darkgrey;
	list-style: none;
}
.post-9467 li:last-child {
    border-bottom: none;
	padding-bottom: 1rem;
}
/* Gallery Posts */
.gallery .entry-meta {
	text-align: center;
}
#single-wrapper .gallery .wp-post-image {
	display: none;
}
.gallery .byline {
	display: none;
}
.gallery .posted-on {
	display: none;
}
.gallery .gallery-item {
	padding-right: 1rem
}
.gallery .entry-content {
	border-top: none;
	padding-top: 0;
	text-align: center;
	margin-top: -1rem;
}
.gallery .gallery-size-medium {
	margin-bottom: 1.5em;
	border-top: 1px solid #3045a3;
	padding-top: 3.5rem;
	margin-top: 2.5rem;
}
/* Gallery Lightbox */
.gallery-lightbox-container div:last-child {
	display: none !important; /* remove the upsell box */
}
/* Galleries Page - the album archives */
#archive-wrapper header.page-header {
	text-align: center;
	margin-bottom: 2.5rem;
	padding-bottom: 2rem;
	border-bottom: 1px solid #3045a3;
}
#archive-wrapper .gallery {
	margin-bottom: 1.5em;
	width: 33%;
	float: left;
	padding: 0 1rem;
	height: 250px;
}
@media (max-width: 991px) {
	#archive-wrapper .gallery {
		width: 50%;
	}
}
@media (max-width: 568px) {
	#archive-wrapper .gallery {
		width: 100%;
	}
}
#archive-wrapper .gallery .entry-header {
	margin-bottom: 0;
	text-align: center;
}
#archive-wrapper .gallery .entry-title {
	margin-bottom: 0;
	text-align: center;
	max-width: 334px;
	overflow: hidden;
	max-height: 1rem;
}
@media (max-width: 568px) {
	#archive-wrapper .gallery .entry-title {
		max-width: 100%
	}
}
#archive-wrapper .gallery .entry-content {
	display: none;
}
#archive-wrapper .gallery .wp-post-image {
	max-width: 100%;
	height: auto;
	max-height: 222px;
	object-fit: cover;
	margin-top: .25rem;
	cursor: pointer;
}
@media (max-width: 1199px) {
	#archive-wrapper .gallery .wp-post-image {
		max-height: 180px;
	}
}
@media (max-width: 991px) {
	#archive-wrapper .gallery .wp-post-image {
		max-height: 200px;
	}
}
@media (max-width: 768px) {
	#archive-wrapper .gallery .wp-post-image {
		max-height: 145px;
	}
}
@media (max-width: 568px) {
	#archive-wrapper .gallery .wp-post-image {
		max-height: 200px;
	}
}
.gallery:last-child {
    margin-bottom: 5rem !important;
}
.post-type-archive-gallery #primary nav {
	position: absolute;
    bottom: -10px;
    left: 31px;
}
/* Testimonials */
#testimonials .wp-block-column {
	border: 1px solid black;
	padding: 1rem;
	background: #eee;
}
@media (max-width: 768px) {
	#testimonials .wp-block-columns .wp-block-column:first-child {
    	margin-bottom: 2rem;
	}
}
.no-box {
	height: 0px !important;
    visibility: hidden;
}
/* Slider */
#n2-ss-4 .n2-font-1103-link a {
	font-size: .9rem !important;
	font-family: 'Nunito Sans' !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	font-weight: 600 !important;
	background: #3045a3 !important;
	padding: .5rem 1rem !important;
}
#n2-ss-4 .n2-font-1103-link a:hover {
	text-decoration: underline;
}
#n2-ss-4-align h2 {
	font-family: BodoniSvtyTwoITCTT-Bold !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	line-height: 1 !important;
	font-size: 2rem !important;
}

/* home page 2 slider */
.post-9114 .entry-header {
	display: none;
}
.post-911 .entry-content {
	padding-top: 0;
	border-top: none;
}
@media (max-width: 576px) {
	/* home page 2 slider */
	#n2-ss-6 .n2-ss-slider-1 {
		height: 150px !important;
	}
}
div#n2-ss-4 .n2-font-96f6ff3dddef138cc41579b8222916a2-link a {
	background: #3045a3 !important;
	color: white !important;
	border-radius: 0 !important;
	font-family: 'Nunito Sans' !important;
	font-size: .9rem !important;
	padding: .5rem 1rem !important;
	letter-spacing: 0 !important;
	font-weight: 600 !important;
}
#n2-ss-4-align h3 {
/* 	font-family: BodoniSvtyTwoITCTT-Bold !important;
	font-weight: normal !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	line-height: 1 !important;
	font-size: 1.65rem !important; */
}
#n2-ss-4-align h5, #n2-ss-4-align p {
/* 	font-size: .9rem !important;
	font-family: 'Nunito Sans' !important;
	text-transform: uppercase !important;
	letter-spacing: .5px !important;
	font-weight: 600 !important;
	margin: .25rem 0 !important; */
}
#n2-ss-4-align p b {
/* 	font-weight: 900 !important; */
}
@media (min-width: 768px) {
/* 	#n2-ss-4 .n-uc-196061109aa4e-inner,
	#n2-ss-4 .n-uc-154f31a0a20d0-inner {
		background: none !important;
	} */
}
@media (max-width: 768px) {
/* 	#n2-ss-4 .n-uc-196061109aa4e-inner {
		margin-top: 1.5rem;
	}
	.slide-3-text .n2-ss-layer-col {
		padding: 0 !important;
	} */
}
@media (max-width: 576px) {
	.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
		height: 550px !important;
	}
	.slide-3-image .n2-ss-layer.n2-ow {
		max-width: 100% !important;
/* 		max-width: 50% !important; */
		margin-top: -10px !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}
}
/* Video Slide */
@media (min-width: 991px) {
	.n2-ss-layer.n2-ow.n-uc-lYyYCcMuFGAY {
    	max-height: 314px !important;
    	margin-top: 15px !important;
	}
}
/* News Feed */
.feedzy-rss .rss_item {
    border-bottom: 1px solid darkgrey !important;
}
.feedzy-rss.feedzy-b812c62765a78403eea64000653510c2 {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}
/* Past Scholar Award Recipients*/
@media (max-width: 768px) {
	.post-9206 td {
		display: block;
		text-align: center;
	}
}


/* Fundraising 2020 V1 */
/* #wpadminbar {
	display: none;
} */

.page-id-10799 h1, 
.page-id-10799 h2,
.page-id-10799 h3,
.page-id-10799 h4,
.page-id-10799 h5,
.page-id-10799 h6 {
	text-transform: none;
	font-family: 'BodoniSvtyTwoITCTT-Bold';
}
.page-id-10799 #page-wrapper {
	padding: 0;
}
.page-id-10799 #logo,
.page-id-10799 #wrapper-navbar,
.page-id-10799 .entry-header,
.page-id-10799 #wrapper-footer-full {
	display: none;
}
.page-id-10799 .entry-content {
	border-bottom: none;
	border-top: none;
    padding-top: 0;
    padding-bottom: 0;
}
.page-id-10799 h1 {
	font-size: 4.25rem;
	line-height: 1;
    padding-top: 3rem;
	padding-bottom: 1rem;
}
.page-id-10799 p {
	font-size: 1.1rem;
	font-weight: 300;
}
.page-id-10799 .wp-block-button__link {
    background-color: #986C29;
    border-radius: 100px;
    font-size: .9rem;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-weight: 600;
    text-transform: uppercase;
}
.page-id-10799 .wp-block-button__link:hover {
	background-color: #ABA591;
	text-decoration: none;
}
.page-id-10799 a.wp-block-button__link {
	color: white;
}
.page-id-10799 #head-bg {
	background-color: #3045a3;
    background-image: url(https://texasbusiness.org/wp-content/uploads/2020/10/maching-background.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover;
}
.page-id-10799 .texture-bg {
	background-color: #DEDBD2;
/*     background-image: url(https://texasbusiness.org/wp-content/uploads/2020/10/texture.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover; */
}
.page-id-10799 h3 {
	font-size: 2.5rem !important;
}
.page-id-10799 .dark-text {
	color: #40455A;
}
.page-id-10799 .brown-text {
	color: #986C29;
}
.page-id-10799 .wp-block-image figcaption {
    margin: 0;
    color: white;
    position: relative;
    top: -65px;
    left: 10px;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1rem;
	height: 0;
	text-shadow: 1px 1px #000;
}
.page-id-10799 img.wp-image-10815 {
    width: 65px;
    height: auto;
    float: left;
    margin-right: 1.75rem;
    margin-top: 12px;
}
.page-id-10799 .book {
	font-family: 'BodoniSvtyTwoITCTT-Book';
	line-height: 2.3;
    font-size: 1.3rem;
}
.page-id-10799 strong {
	font-weight: bold;
}
.page-id-10799 hr {
	margin: 2rem 0;
    border: 0;
    border-top: 1px solid #777;
    max-width: 150px;
}
.page-id-10799 .center-hr {
	margin-left: auto;
	margin-right: auto;
}
.page-id-10799 #three-options .wp-block-column:nth-child(2n),
.page-id-10799 #three-options .wp-block-column:nth-child(3n) {
	margin-left: 4.5rem !important;
}
.page-id-10799 #more-info-contact {
	line-height: 1.4;
}
.page-id-10799 #bottom-donate {
	margin-left: 0 !important;
	padding-right: 8rem;
}
.page-id-10799 #footer-text {
	line-height: 1.4;
}
.page-id-10799 #texas-legends-bottom-line img {
	height: 5px;
}
.page-id-10799 #group-2, 
.page-id-10799 #group-3,
.page-id-10799 #group-4, 
.page-id-10799 #group-5 {
	display: none;
}
@media (max-width: 991px) {
	.page-id-10799 #three-options img {
		display: none;
	}
	.page-id-10799 #three-options h3 {
		font-size: 2rem !important;
	}
	.page-id-10799 #three-options .wp-block-column:nth-child(2n),
	.page-id-10799 #three-options .wp-block-column:nth-child(3n) {
		margin-left: 1rem !important;
	}
	.page-id-10799 .wp-block-button__link {
    	font-size: .8rem;
	}
	.page-id-10799 #legacy h1 {
		font-size: 2.5rem;
	}
	.page-id-10799 #legacy #col-1 {
		flex-basis: 33.333% !important;
	}
	.page-id-10799 #legacy #bottom-donate {
		flex-basis: 66.666% !important;
		padding-right: 0;
	}
}
@media (max-width: 765px) {
	.page-id-10799 h1 {
		font-size: 4rem;
	}
	.page-id-10799 .wp-block-image figcaption {
    	top: -60px;
	}
	.page-id-10799 #jason-text-group {
		padding: 1rem 2rem !important;

	}
	.page-id-10799 #innovation {
		padding-top: 0 !important;
    	padding-bottom: 1rem;
    	line-height: 1;
	}
	.page-id-10799 #three-options .wp-block-column:nth-child(2n), .page-id-10799 #three-options .wp-block-column:nth-child(3n) {
    	margin-left: 0rem !important;
	}
	.page-id-10799 #three-options h3 {
		font-size: 2.5rem !important;
	}
	.page-id-10799 #steps img {
		width: 200px;
    	margin-bottom: 0;
	}
	.page-id-10799 h1#use-your-legacy {
		text-align: center;
		padding-top: 0 !important;
	}
	.page-id-10799 #bottom-donate {
		text-align: center;
	}
	.page-id-10799 h3#ask, .page-id-10799 h3#innovation {
		text-align: center;
	}
	.page-id-10799 #jason-hr {
		display: none;
	}
}
.page-id-10799 img.attachment-large.size-large.wp-post-image {
    display: none;
}

img.attachment-large.size-large.wp-post-image {
	display: none;
}

.gallery img.attachment-large.size-large.wp-post-image {
	display: block;
}


/* Details Page for Fundraising 2020 */
.page-id-10938 h1, 
.page-id-10938 h2,
.page-id-10938 h3,
.page-id-10938 h4,
.page-id-10938 h5,
.page-id-10938 h6 {
	text-transform: none;
	font-family: 'BodoniSvtyTwoITCTT-Bold';
}
.page-id-10938 p {
	margin-bottom: .5rem;
	font-size: 1.1rem;
	font-weight: 300;
}
.page-id-10938 #page-wrapper {
	padding: 0;
}
.page-id-10938 #logo,
.page-id-10938 #wrapper-navbar,
.page-id-10938 .entry-header,
.page-id-10938 #wrapper-footer-full {
	display: none;
}
.page-id-10938 .entry-content {
	border-bottom: none;
	border-top: none;
    padding-top: 0;
    padding-bottom: 0;
}
.page-id-10938 h1 {
    font-size: 4rem;
    line-height: 1;
    padding-top: 3rem;
    padding-bottom: 1rem;
    margin-top: 0!important;
}
.page-id-10938 .wp-block-button__link {
    background-color: #986C29;
    border-radius: 100px;
    font-size: .9rem;
    text-align: center;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: .3rem;
    padding-bottom: .3rem;
    font-weight: 600;
    text-transform: uppercase;
}
.page-id-10938 .wp-block-button__link:hover {
	background-color: #ABA591;
	text-decoration: none;
}
.page-id-10938 a.wp-block-button__link {
	color: white;
}
.page-id-10938 #head-bg {
	background-color: #3045a3;
    background-image: url(https://texasbusiness.org/wp-content/uploads/2020/10/maching-background.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover;
}
.page-id-10938 .texture-bg {
	background-color: #DEDBD2;
/*     background-image: url(https://texasbusiness.org/wp-content/uploads/2020/10/texture.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: center, center;
    background-size: cover; */
}
.page-id-10938 h3 {
	font-size: 2.5rem !important;
}
.page-id-10938 .dark-text {
	color: #40455A;
}
.page-id-10938 .brown-text {
	color: #986C29;
}
.page-id-10938 img.wp-image-10815 {
    width: 65px;
    height: auto;
    float: left;
    margin-right: 1.75rem;
    margin-top: 12px;
}
.page-id-10938 .book {
	font-family: 'BodoniSvtyTwoITCTT-Book';
	line-height: 2.3;
    font-size: 1.3rem;
}
.page-id-10938 strong {
	font-weight: bold;
}
.page-id-10938 hr {
	margin: 0;
    border: 0;
    border-top: 1px solid #777;
    max-width: 100%;
	visibility: hidden;
}
.page-id-10938 .center-hr {
	margin-left: auto;
	margin-right: auto;
}
.page-id-10938 #more-info-contact {
	line-height: 1.4;
}
.page-id-10938 #bottom-donate {
	margin-left: 0 !important;
	padding-right: 8rem;
}
.page-id-10938 #footer-text {
	line-height: 1.4;
}
.page-id-10938 #future-texas-legends {
	height: 326px;
} 
.page-id-10938 h2 {
	font-weight: 800;
    text-transform: uppercase !important;
    font-size: .7rem;
	margin-bottom: 0;
	margin-top: -.5rem;
}
.page-id-10938 .schools figure {
	width: 150px;
    margin-bottom: 0rem;
}
.page-id-10938 .unt figure {
	width: 90px;
    margin-top: 2rem;
    margin-bottom: 1.75rem;
}
.page-id-10938 .schools {
    margin-bottom: 0;
	display: none !important;
}
.page-id-10938 .full-h {
	height: 100vh;
	margin-top: -2rem;
}
.page-id-10938 .fixed-footer {
    position: fixed;
    bottom: 0;
    font-size: .85rem;
    left: 0;
    padding: .5rem;
    background-color: #DEDBD2;
    width: 100%;
}
.page-id-10938 p.fixed-footer {
	margin-bottom: 0;
}
.page-id-10938 #story-img img {
	height: 400px;
    object-fit: cover;
}
.page-id-10938 #grow-img img {
	height: 475px;
    object-fit: cover;
}
@media (max-width: 991px) {
	.page-id-10938 img {
		margin-bottom: 1rem;
	}
	.page-id-10938 .full-h { 
		height: auto;
		margin-bottom: 4rem;
	}
	.page-id-10938 #grow-img {
		margin-top: 3rem;
	}
	.page-id-10938 h1, .page-id-10938 .h1 {
		text-align: center;
	}
}
@media (max-width: 991px) and (min-width: 577px) {
	.page-id-10938 #content {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 577px) {
	.page-id-10938 #content {
		padding-bottom: 2.5rem;
	}
	.page-id-10938 h1, .page-id-10938 .h1 {
		font-size: 2rem;
	}
}
@media (max-width: 477px) {
	.page-id-10938 #grow-img img,
	.page-id-10938 #story-img img {
		height: 275px;
	}
}

/* Blog */
.blog #primary::before {
    content: "Content";
    font-family: BodoniSvtyTwoITCTT-Bold;
    font-weight: normal !important;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #3045a3;
    font-size: 2.5rem;
    position: relative;
    left: 465px;
    top: -5px;
}
@media (max-width: 1199px) {
	.blog #primary::before {
		left: 375px;
	}
}
@media (max-width: 991px) {
	.blog #primary::before {
		left: 255px;
	}
}
@media (max-width: 768px) {
	.blog #primary::before {
		left: 165px;
	}
}
@media (max-width: 577px) {
	.blog #primary::before {
		left: 0px
	}
}
@media (max-width: 477px) {
	.page-id-10938 #grow-img img,
	.page-id-10938 #story-img img {
		height: 275px;
	}
}
.blog #main::before {
    content: "READ ABOUT OUR LEGENDS, DIRECTORS, ALUMNI AND AWARD RECIPIENTS";
    font-weight: bold;
}
.blog #main {
    border-top: 1px solid #3045a3;
    margin-top: 1.5rem;
	padding-top: 1.5rem;
}
.blog article {
	margin-bottom: 3%;
	margin-top: 3%;
	border-bottom: 1px solid darkgrey;
}
.blog .entry-header {
	margin-bottom: 0;
}
.blog .entry-title {
	text-transform: none;
	font-size: 1rem;
	margin-bottom: 0;
}
.blog .entry-content {
	border: none;
	padding: 0;
	margin-bottom: 1rem;
}
.blog .entry-content p {
    margin-bottom: 0;
}
.blog .updated, .blog .byline, .blog .understrap-read-more-link, .blog .entry-footer {
	display: none;
}
.blog .posted-on {
    color: white;
}
.blog .posted-on a {
    display: block;
    position: relative;
    top: -24px;
}
/* .blog img.attachment-large.size-large.wp-post-image {
	display: block;
    height: 200px;
    width: auto;
} */
.blog .entry-meta{
	height: 2rem;
}
/* Single Post */
.post h1.entry-title {
	font-family: 'Nunito Sans';
	text-align: left;
	text-transform: none;
	font-size: 2rem;
}
.post .byline, .post .updated {
	display: none;
}

/* Center buttons for Hall of Fame Awards Application */
.center-btn p{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.4;
    border-radius: 4px;
    padding: 0.5rem;
}

.center-btn a, .center-btn a:visited {
	color: white;
}

/* Annual Report */
.ar {
/* 	background: #3045a3; */
	background: #FFF;
/* 	padding: 2.375em; */
}
.ar #ar-header {
	margin-bottom: -1em;
    min-height: 100px;
    padding: 1.25em 2.375em !important;
/*     margin-left: -2.375em; */
/*     margin-right: -2.375em; */
/*     margin-top: -2.375em; */
}
.ar .poster {
	min-height: 80vh;
}
@media (max-width: 991px) {
	.ar .poster {
    	min-height: 282px;
	}
}
.ar .poster div {
	position: absolute;
    position: -webkit-sticky;
    position: sticky;
    top: 85%;
    width: 100%;
}
.ar #annual-report-name {
	margin-top: 6.5px;
}
@media (max-width: 991px) {
	.ar #annual-report-name {
		
	}
}
.ar .serif {
	font-family: BodoniSvtyTwoITCTT-Bold, serif;
	line-height: 1.2;
}
.ar #arrow-down:hover {
	cursor: pointer;
}
@media (max-width: 991px) {
	.ar #arrow-down {
		display: none;
	}
}
.ar .max-block {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
}
.ar .max-block-2 {
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
.ar .no-min-h {
	min-height: 0px !important;
}
.ar .letters p {
	font-size: 1rem;
    letter-spacing: 3px;
    color: lightgrey;
    margin-bottom: 5px;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}
.ar .letters p a {
	color: lightgrey;
}
.ar .letters p a:hover {
	text-decoration: underline;
}
.ar .letters h2 {
    font-size: 1.75rem !important;
    letter-spacing: 1px;
    margin: 0;
}
.ar .letters h2 a {
	color: white !important;
}
.ar .letters h2 a:hover {
	color: #212529 !important;
	text-decoration: none;
}
@media (max-width: 768px) {
	.ar .letters h2 {
    	margin-bottom: 1rem;
	}
}
.ar .bottom-links {
	margin-bottom: 0;
}
.ar .bottom-links .wp-block-cover {
	min-height: 250px;
}
.ar .bottom-links .wp-block-cover p {
	letter-spacing: 5px;
    font-size: 1rem;
    font-weight: 800;
}
.ar .bottom-links .wp-block-cover a {
	color: white;
}
.ar .bottom-links .wp-block-cover a:hover {
	text-decoration: none;
	color: lightgray;
}
.ar .bottom-links .wp-block-column {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.ar .ar-footer {
	margin-bottom: 0;
}
.ar .ar-footer p {
	text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 0;
	font-size: .75rem;
}
.ar .ar-footer a {
	color: #eee;
}
.ar .ar-footer a:hover {
	color: lightgray;
	text-decoration: none;
}
.ar .ar-final-footer {
	font-size: .75rem;
	padding-left: 2.375rem;
	margin-bottom: -28px;
}
@media (max-width: 768px) {
	.ar .ar-footer, .ar .ar-final-footer {
		text-align: center;
	}
}
.ar .p-ar {
	padding: 2.375em;
}
.ar h1 {
	font-family: 'Nunito Sans';
    font-weight: 800 !important;
    font-size: 1.25rem;
    letter-spacing: 5px;
    padding: 0;
}
.ar .page-title-block {
	margin-bottom: 0;
	padding-top: .5em;
	padding-bottom: .5em;
}
.ar .lh-1_5 p {
	line-height: 1.5;
}
.ar .exec {
	margin-bottom: -1em;
}
.ar .exec p {
	line-height: 1.5;
}
.ar .exec-title {
	font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    padding-top: 0.5em;
}
.ar .exec img {
    object-fit: cover;
    width: 200px;
    height: 250px;
    object-position: top;
	margin-top: 1.5em;
	border-radius: 6px;
}
@media (max-width: 991px) {
	.ar .exec img {
		margin-bottom: 0 !important;
	}
}
.ar .obpos-center img {
	object-position: center !important;
}
.ar .sub-title {
    text-transform: uppercase;
    letter-spacing: 3px;
	font-size: 1.25rem
}
.ar .h-500 {
	height: 500px;
}
.ar .hof .date, .ar .hof .date-top {
    margin-top: 1.5rem;
    font-weight: 800;
}
@media (max-width: 991px) {
	.ar .hof .date-top {
    	margin-top: 0;
	}
}
.ar .hof p {
	margin-bottom: 0.25rem;
}
.ar .quotes img {
	border-radius: 6px;
}
.ar .quotes .right-quote {
   	margin-left: 0 !important;
    margin-right: 32px !important;
}
@media (max-width: 768px) {
	.ar .quotes img {
		padding: 1.5rem;
	}
	.ar .quotes p {
		text-align: center;
	}
	.ar .quotes .right-quote {
   		margin-left: auto !important;
    	margin-right: auto !important;
	}
}
.ar .round img {
	border-radius: 6px;
}
@media (max-width: 768px) {
	.ar .page-title-block {
		text-align: center;
	}
}
@media (max-width: 991px) {
	.ar .jr-dir p:last-child {
		margin-bottom: 1rem;
	}
}
@media (max-width: 991px) {
	.ar .press-title {
		text-align: center;
		padding-left: 0 !important;
	}
	.ar .press {
		margin-left: 12rem;
		margin-right: 12rem;
	}
	.ar .press .wp-block-image {
    	margin-bottom: 0;
    	padding: 1.5rem !important;
	}
}
.ar .award-recipients {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ar .award-recipients p:nth-child(3n+1) {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: .25rem;
	line-height: 1.2;
}
.ar .award-recipients p:nth-child(3n+2) {
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: 500;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
}
.ar .award-recipients p:nth-child(3n+3) {
    font-size: .8rem;
	color: #777;
    margin-bottom: 2rem;
	line-height: 1.5;
	letter-spacing: .5px;
}
.ar .impact-stats h2 {
	margin-bottom: .5rem;
}
.ar .impact-stats p {
	margin-bottom: 0;
    line-height: 1.6;
}
.ar .impact-photos {
    margin-top: -2rem;
}
@media (max-width: 991px) {
	.ar .impact-photos .wp-block-cover {
		min-height: 500px !important;
	}
	.ar .impact-photos .wp-block-columns {
		margin-top: 2rem;
	}
}
@media (max-width: 568px) {
	.ar .impact-photos .wp-block-cover {
		min-height: 300px !important;
	}
}
.ar .post-7307 img {
    width: 60%;
}
.ar .post-7307 .wp-block-columns p {
    margin-top: 0.25rem;
    text-transform: uppercase;
    font-size: .8rem;
    color: #777;
}
.ar .post-7307 .wp-block-column {
    border-radius: 6px;
}
.ar .bullets {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.ar .bullets li {
    padding-bottom: 1rem;
}
@media (max-width: 991px) {
	.ar .red-stat-start {
		margin-bottom: 0 !important;
	}
	.ar .red-stat {
		margin-bottom: 0 !important;
		margin-top: 2rem !important;
	}
}
@media (max-width: 768px) {
	.ar .impact-stats {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
	.ar .impact-stats h2 {
    	margin-bottom: 0;
	}
	.ar .impact-stats .wp-block-column p:last-child {
    	padding-bottom: 2rem;
	}
}
.ar .impact-stats img {
    padding: 1rem 0;
}
@media (max-width: 768px) {
	.ar .impact-stats img {
		padding: 0.5rem 0;
		margin-bottom: 2.5rem;
	}
}
.ar .stat::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    -moz-border-radius: 6.5px;
    -webkit-border-radius: 6.5px;
    border-radius: 6.5px;
    border: 1px solid white;
    margin-right: 5px;
}
.ar .stat.stat1::before {
    background-color: #212F70;
}
.ar .stat.stat2::before {
    background-color: #8D9FF0;
}
.ar .stat.stat3::before {
    background-color: #4665F0;
}
.ar .stat.stat4::before {
    background-color: #6977B3;
}
.ar .stat.stat5::before {
    background-color: #666699;
}
.ar .stat-title {
    text-transform: none !important;
    font-size: 42px !important;
    letter-spacing: 0 !important;
    font-weight: normal !important;
    padding-top: 0! important;
}
.ar .star {
	margin-bottom: 1.5rem;
	margin-top: 1rem;
}
@media (max-width: 768px) {
	.ar .star {
		margin-bottom: 0;
	}
}
.ar .last-uni {
	background: #212529;
	border: none;
}
@media (max-width: 768px) {
	.ar .last-uni {
		display: none;
	}
	.ar .post-7307 .wp-block-column {
    	margin-bottom: 2rem;
	}
	
}
.ar .phil-partners {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
	padding-bottom: 2px;
}
.ar .phil-partners p:nth-child(2n+1) {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
    margin-bottom: .25rem;
	line-height: 1.2;
	color: #eeeeee;
}
.ar .phil-partners p:nth-child(2n+2)  {
    margin-bottom: 2rem;
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
	color: #eeeeee;
}
.ar .event-sponsors {
	padding-left: 1.5rem;
    padding-right: 1.5rem;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.ar .event-sponsors p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: .25rem;
	line-height: 1.2;
}
.ar .event-sponsors .biz-entre p  {
    margin-bottom: 1.5rem;
}
.ar .event-sponsors .event-sponsors-sub  {
    line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .8rem;
}
.ar .event-spacer1 {
	margin-bottom: 3rem !important;
}
.ar .event-spacer2 {
	margin-bottom: 4.5rem !important;
}
.ar .sponsor-title {
	letter-spacing: 3px !important;
    font-size: 1.25em;
	background: lightgray;
    padding: 1rem;
    border-radius: 6px;
}
.ar .main-sponsor-title {
	text-transform: none !important;
}
.ar .navbar-collapse {
	background: white;
    position: absolute;
    left: -152px;
    top: 50px;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
	-webkit-box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.5); 
	box-shadow: 3px 3px 10px -2px rgba(0,0,0,0.5);
	border: 1px solid grey;
	z-index: 10;
}
.ar .navbar-light .navbar-toggler {
    background-color: white;
}
.ar .navbar {
	float: right;
}
@media (max-width: 800px) {
	.ar #head-col-1 {
		flex-basis: 120px !important;
	}
	.ar #head-col-2 {
		display: none;
	}
	.ar .navbar {
		float: none;
		position: absolute;
		right: 10px;
		top: 10px;
	}
}
.ar .onerem {
	font-size: 1rem !important;
}
.ar .lh-1_2 {
	line-height: 1.3;
}
@media (max-width: 991px) {
	.ar #legends-list {
		text-align: center;
	}
}
.ar .quotes a {
	color: white;
}
.stay-white a, .stay-white a:hover, .stay-white a:focus, .stay-white a:active, .stay-white a:visited {
    color: white !important;
}

.wp-block-cover__image-background.wp-image-16302 {
	object-fit: contain;
}
@media (max-width: 650px) {
	.ar .press {
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 500px) {
	.wp-block-cover.ar-22 {
		min-height: 200px;
	}
}